body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

* {
    box-sizing: border-box;
}

body, html {
    font-size: 14px;
    background-color: #F7F7F7;
    transition: .6s;
}

.container {
    width: 102.8571rem;
    font-size: 1rem;
    margin: 0 auto;
    /* border: 1px solid red; */
}



@media screen and (max-width: 1600px) {
    body, html {
        font-size: 12.6px;
    }
}


@media screen and (max-width: 1440px) {
    body, html {
        font-size: 11.6px;
    }
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0);
}

.header.scrolled {
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: saturate(180%) blur(.4286rem);
    backdrop-filter: saturate(180%) blur(.4286rem);
    box-shadow: 0 0 1.7857rem rgba(0, 0, 0, .1);
    transition: background 0.3s;
}



.swiper_box {
    /* border: 1px solid red; */
    /* padding-top: 1.4286rem; */
    min-width: 102.857rem;
    position: relative;
    padding-top: 2.07rem;
}

.swiper-slide .img {
    /* object-fit: cover; */
    /* height: 32.14rem; */
    height: 35rem;
    /* width: 100%; */
    /* max-width: 137.1429rem; */
    background-size: cover;
    background-position: center top;
}

#swiper1 .swiper-pagination {
    /* bottom: 5rem; */
    /* bottom: 2.5rem; */
    bottom: -13.5rem;
    /* 减去轮播图高度 */
    left: 32.86rem;
}



#swiper1.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    /* background: rgba(0, 0, 0, 0.2); */
    width: 2.14rem;
    height: 0.57rem;
    border-radius: 7.14rem 7.14rem 7.14rem 7.14rem;
    /* width: 20px;
    height: 10px;
    border-radius: 3px; */
    cursor: pointer;
    margin-right: .7143rem;
    overflow: hidden;
    color: #FFF;



}

#swiper1 .swiper-pagination-bullet-active {
    background: #FFF !important;
    opacity: 1 !important;
    color: #FFF;

}





/* 鼠标悬停在轮播容器上时，箭头的显示状态 */
#swiper1.swiper-container:hover .custom-swiper-button-prev,
#swiper1.swiper-container:hover .custom-swiper-button-next {
    opacity: 1;
    visibility: visible;
}

#swiper1 .custom-swiper-button-prev,
#swiper1 .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    /* 确保箭头显示在轮播图之上 */
    cursor: pointer;
    width: 4.29rem;
    height: 4.29rem;
    border-radius: 50%;
    /* 初始状态为隐藏 */
    opacity: 0;
    visibility: hidden;
    /* 添加过渡效果使显示隐藏更平滑 */
    transition: opacity 0.3s ease, visibility 0.3s ease;

}

/* .swiper_box .container{
    position: absolute;
    height: 32.14rem;
    top: 0;
} */

.custom-swiper-button-prev {
    left: 1.43rem;
    /* 距离左侧的距离 */
}

.custom-swiper-button-next {
    right: 25rem;
    /* 距离右侧的距离 */
}

.custom-swiper-button-prev img,
.custom-swiper-button-next img {
    width: 4.29rem;
    height: 4.29rem;
}

/* 可选：添加悬停效果 */
.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
}

/* 可选：禁用状态下的样式 */
.custom-swiper-button-prev.swiper-button-disabled,
.custom-swiper-button-next.swiper-button-disabled {
    /* opacity: 0.35; */
    cursor: auto;
    pointer-events: none;
}


/* 登录部分 */
.swiper_box .container {
    position: absolute;
    /* height: 32.14rem; */
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: red; */
}

.login_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.79rem;
    width: 23.57rem;
    height: 21.43rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0rem 0rem 0.29rem 0rem rgba(255, 255, 255, 0.3);
    border-radius: 1.14rem 1.14rem 1.14rem 1.14rem;
    border: 0.07rem solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 0.07 0.07;
    /* border: 1px solid red; */
    z-index: 200;
}

.login_wrap>img {
    width: 4.29rem;
    height: 4.29rem;
    border-radius: 50%;
}

.login_wrap .is_login {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.71rem;
}

.login_wrap .dec {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    /* margin-top: 0.9rem; */
    margin-bottom: 0.71rem;
}

.login_wrap .login_btn {
    width: 16.43rem;
    height: 2.86rem;
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    border-radius: 14.21rem 14.21rem 14.21rem 14.21rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height:2.86rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.login_wrap .login_btn.mine {
    display: none;
}

.login_wrap .login_btn.mine:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.login_wrap .login_btn:hover {
    background: linear-gradient(95deg, #f60, #f60);
    transform: scale(1.05);
}



.login_wrap .botoom_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.login_wrap .botoom_wrap .item {
    margin-top: 1.71rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #4E5969;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login_wrap .botoom_wrap .item img {
    width: 2.86rem;
    height: 2.86rem;
    margin-bottom: 0.57rem;
}

/* 电梯导航 */

.nav_wrap {
    height: 6.43rem;
    background: #FFFFFF;
    border-radius: 1.14rem 1.14rem 1.14rem 1.14rem;
    padding: 0 3.57rem;
    position: relative;
    top: -2.86rem;
    z-index: 1001;
}

.nav_wrap .nav_item .img_a {
    display: none;
}

.nav_wrap .nav_item .img {
    display: block;
}

.nav_wrap .nav_item.active .img_a {
    display: block;
}

.nav_wrap .nav_item.active .img {
    display: none;
}

.nav_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav_wrap .nav_item img {
    width: 3.57rem;
    height: 3.57rem;
    margin-right: 1.07rem;
}


.nav_wrap .nav_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 1.36rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: .3s;
}

.nav_wrap .nav_item.active {
    color: #FF6A00;
}

/* .nav_wrap .nav_item:hover> {
    color: #FF6A00;
} */

.nav_wrap .nav_item p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.43rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .14rem;
    transition: .3s;
}

.nav_wrap .nav_item.active p {
    color: #FF6A00;
}

/* 学生信息 */

.info_wrap {
    width: 76.79rem;
    height: 29.29rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 1.79rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_wrap .info {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 23.21rem;
    height: 25.71rem;
    background: linear-gradient(270deg, #FFF0E5 0%, rgba(255, 240, 229, 0.5) 100%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    padding: 1.43rem;

}

.info_wrap .info .top {
    display: flex;
    align-items: center;
}

.info_wrap .info .top>span {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
}

.info_wrap .info .top>span:nth-child(2) {
    margin-left: 0.43rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.86rem;
    color: #FF6A00;
    line-height: 1.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #FFFFFF;
    border-radius: 0.43rem 0.43rem 0.43rem 0.43rem;
    border: .0714rem solid #FF6A00;
    padding: 0 0.43rem;
}

.info_wrap .choose_wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-top: 1.36rem;
}

.info_wrap .choose_wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .71rem;
    width: 20.36rem;
    height: 3.57rem;
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    padding: 0 0.71rem 0 1.43rem;
    cursor: pointer;
    border: 1px solid #FFF;
}

.info_wrap .choose_wrap .item:hover {
    border: 1px solid #FF6A00;
}

.info_wrap .choose_wrap .item img {
    width: 1.43rem;
    height: 1.43rem;
    margin-right: .71rem;
}

.info_wrap .choose_wrap .item .left {
    display: flex;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.43rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.info_wrap .bottom_btn {
    width: 20.36rem;
    height: 3.57rem;
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.43rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: .53rem 0;
    cursor: pointer;
    transition: .3s;
}

.info_wrap .bottom_btn:hover {
    background: linear-gradient(95deg, #f60, #f60);
    transform: scale(1.05);
}



.info_wrap .bottom_btn img {
    width: 1.43rem;
    height: 1.43rem;
}

.info_wrap .bottom_btn .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_wrap .bottom_btn p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.71rem;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.info_wrap .dec_wrap_ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #b9b3b3;
    margin-top: 1.07rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.86rem;
    color: #4E5969;
    line-height: 1.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 1.07rem;
}

.info_wrap .dec_wrap_ span {
    color: #FF6A00;
}

.line_wrap {
    /* display: flex;
    align-items: start;
    justify-content: space-between; */
    width: 23.21rem;
    height: 13.21rem;
    background: linear-gradient(180deg, #E5F3FE 0%, #FFFFFF 30%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #E4E6F0;
    padding: 1.43rem 1.43rem 0 1.43rem;
}

.line_wrap.green {
    background: linear-gradient(180deg, #E5F7EE 0%, #FFFFFF 30%);
    border: 0.07rem solid #E4E6F0;
}

.line_wrap.line {
    height: 11.79rem;
}

.line_wrap .top .left {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.line_wrap .top .left img {
    width: 1.29rem;
    height: 1.29rem;

}

.line_wrap .top .right {
    width: 3.93rem;
    height: 2.14rem;
}

.info_wrap .right_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.71rem;
    grid-column-gap: 1.79rem;
    /* flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
    /* margin-left: 1.79rem; */
}

.line_wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.line_wrap .center img {
    width: 20.36rem;
    height: 0.64rem;
}

.line_wrap .center {
    margin-top: 1rem;
    padding-bottom: .71rem;
    border-bottom: 1px solid #E4E6F0;
}

.line_wrap .center .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.line_wrap .center .text text {
    width: 33.3%;
    text-align: center;
}

.line_wrap .center .text .green {
    color: #01B85B;
}

.line_wrap .center .text .blue {
    color: #205BE6;
}

.line_wrap .center .text .red {
    color: #E62021;
}

.line_wrap .center .text2 {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.93rem;
    color: #4E5969;
    line-height: 1.36rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.line_wrap .bottom_ .btn_text {
    display: flex;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #205BE6;
    line-height: 1.43rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: .57rem;
}

.line_wrap .bottom_ .btn_text img {
    width: 1.43rem;
    height: 1.43rem;
    cursor: pointer;
}

.line_wrap .bottom_ .btn_text.green {
    color: #01B85B;
}



.line_wrap .bottom_ p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.71rem;
    color: #4E5969;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.line_wrap .line_bottom {
    width: 20.57rem;
    height: 6.71rem;
    background: url(/statics/new_ysw/image/index/blue_line.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.line_wrap.green .line_bottom {
    width: 20.57rem;
    height: 6.71rem;
    background: url(/statics/new_ysw/image/index/green_line.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.line_wrap .line_bottom .tip {
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 7.93rem;
    height: 3.29rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.57rem 0.57rem 0.57rem 0.57rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.43rem;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(2%, -87%);
}

.line_wrap .line_bottom .tip p:nth-of-type(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.71rem;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.line_wrap .line_bottom:hover .tip {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.time_wrap {
    width: 24.64rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.time_wrap .last_time {
    background: url(/statics/new_ysw/image/index/time_last.png) no-repeat;
    background-size: cover;
    width: 24.64rem;
    height: 10.57rem;
    padding: 1.79rem;
    position: relative;
}

.info.container {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}


.time_wrap .last_time .left {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #FF6A00;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.time_wrap .last_time .left div {
    font-family: D-DIN, D-DIN;
    font-weight: 700;
    font-size: 4.5rem;
    color: #FF6A00;
    line-height: 6.57rem;
    letter-spacing: 7px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 9.29rem;
    height: 7rem;
    /* border: 1px solid #FF6A00; */
    position: absolute;
    top: 1.79rem;
    right: 1.79rem;
    text-align: center;
}


.mouth_wrap {
    width: 24.64rem;
    height: 18rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin-top: .71rem;
    padding: 0.71rem;

}


.mouth_wrap .mouth_item {
    width: 2.86rem;
    height: 4.29rem;
    background: #F5F8FA;
    border-radius: 7.14rem 7.14rem 7.14rem 7.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.mouth_wrap .mouth_item.active {
    background: linear-gradient(180deg, #FF9900 0%, #FFA764 100%);
    color: #FFFFFF;
}

#swiper2 {
    /* width: 17.64rem; */
    width: 23.21rem;
}

#swiper2 .swiper2-custom-swiper-button-prev,
#swiper2 .swiper2-custom-swiper-button-next {
    width: 2.86rem;
    height: 4.29rem;
    background: #FFFFFF;
    border-radius: 22.29rem 22.29rem 22.29rem 22.29rem;
    border: 0.07rem solid #E4E6F0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#swiper2 .swiper2-custom-swiper-button-prev {
    position: absolute;
    left: 0rem;
    top: 0;
    z-index: 10;
}

#swiper2 .swiper2-custom-swiper-button-next {
    position: absolute;
    right: 0rem;
    top: 0;
    z-index: 10;
}

#swiper2 .swiper2-custom-swiper-button-prev img,
#swiper2 .swiper2-custom-swiper-button-next img {
    width: 1.43rem;
    height: 1.43rem;
}

.mouth_wrap .item_bg {
    background: url(/statics/new_ysw/image/index/moth_bg.png) no-repeat;
    background-size: cover;
    width: 23.21rem;
    height: 6.57rem;
    display: none;
    padding: 1.29rem 0.71rem;

}

.mouth_wrap .item_bg img {
    width: 1.43rem;
    height: 1.43rem;
}

.bg_wrap .item_bg.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bg_wrap .item_bg .label {
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #FFD3B3;
    padding: 1.07rem;
    height: .57rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .43rem;
    margin-right: .43rem;
    cursor: pointer;
}

.serach_wrap {
    margin-top: 1.43rem;
    background: url('/statics/new_ysw/image/index/bg_serach.png') no-repeat;
    background-size: cover;
    height: 14.29rem;
    padding-top: 5.21rem;

}


.serach_wrap .input_wrap {
    display: flex;
    justify-content: center;
    align-items: center;

}

.serach_wrap .input_wrap .input_text {
    width: 57.14rem;
    height: 3.57rem;
    border: 1px solid #FF6A00;
    outline: none;
    border-radius: 0.71rem 0rem 0rem 0.71rem;
    background: #FFFFFF;
    padding-left: 1.43rem;
    translate: transform .3s;

}

.serach_wrap .input_wrap .input_text::placeholder {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #959BA5;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.serach_wrap .input_wrap .input_text {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.serach_wrap .input_wrap .input_text:focus {
    transform: scale(1.05);
}



.serach_wrap .input_wrap button {
    width: 21.43rem;
    height: 3.57rem;
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    border-radius: 0 0.71rem 0.71rem 0rem;
    outline: none;
    border: 1px solid #FF6A00;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #FFFFFF;
    line-height: 1.71rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.serach_wrap .key_word {
    margin-top: 0.71rem;
    display: flex;
    align-items: center;
    margin-left: 12.14rem;

}

.serach_wrap .key_word img {
    width: 1.43rem;
    height: 1.43rem;
    margin-right: 0.7rem;
}

.serach_wrap .key_word span {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 0.7rem;
    cursor: pointer;
    translate: transform .3s;

}

.serach_wrap .key_word span:hover {
    color: #FF6A00;
    text-decoration: underline;
    transform: scale(1.05);
}


/* .tag_wrap {
    display: flex;
    justify-content: space-between;
    width: 99.29rem;
    height: 7.29rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.29rem 0.71rem 0rem rgba(0, 0, 0, 0.06);
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin: 0 auto;
    margin-top: 0.71rem;
    padding: 1.79rem 1.86rem;

}



.tag_wrap .ul {
    display: grid;
    grid-row-gap: .71rem;
    grid-column-gap: 1.64rem;
    text-align: center;
    position: relative;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}


.tag_wrap .ul::after {
    content: "";
    height: 3.71rem;
    width: 0.07rem;
    display: block;
    background: url(/statics/new_ysw/image/index/line_tag.png) no-repeat;
    background-size: contain;
    position: absolute;
 
    right: -2.2543rem;
    top: 0;
}



.tag_wrap .ul:nth-of-type(1) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(2) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(3) {
    grid-template-columns: repeat(2, 1fr);
}

.tag_wrap .ul:nth-of-type(4) {
    grid-template-columns: repeat(2, 1fr);
}

.tag_wrap .ul:nth-of-type(5) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(6) {
    grid-template-columns: repeat(2, 1fr);
    border: none;
}

.tag_wrap .ul:nth-of-type(6)::after {
    background: url('')
}


.tag_wrap .ul a {
    display: inline-block;
    color: #060A26;
  
}

.tag_wrap .ul a:hover {
    color: #FF6A00;
    text-decoration: underline;

}

.tag_wrap .red {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 700;
    font-size: 1.29rem;
    color: #FF6A00;
    text-align: center;
    font-style: normal;
    text-transform: none;
} */




.tag_wrap {
    display: flex;
    justify-content: space-between;
    width: 99.29rem;
    height: 7.29rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.29rem 0.71rem 0rem rgba(0, 0, 0, 0.06);
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin: 0 auto;
    margin-top: 6.43rem;
    margin-top: 0.71rem;
    padding: 1.79rem 1.86rem;

}



.tag_wrap .ul {
    display: grid;
    grid-row-gap: .71rem;
    grid-column-gap: 1.64rem;
    text-align: center;
    position: relative;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}


.tag_wrap .ul::after {
    content: "";
    height: 3.71rem;
    width: 0.07rem;
    display: block;
    background: url(/statics/new_ysw/image/index/line_tag.png) no-repeat;
    background-size: contain;
    position: absolute;

    right: -2.2543rem;
    top: 0;
}



.tag_wrap .ul:nth-of-type(1) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(2) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(3) {
    grid-template-columns: repeat(2, 1fr);
}

.tag_wrap .ul:nth-of-type(4) {
    grid-template-columns: repeat(2, 1fr);
}

.tag_wrap .ul:nth-of-type(5) {
    grid-template-columns: repeat(3, 1fr);
}

.tag_wrap .ul:nth-of-type(6) {
    grid-template-columns: repeat(2, 1fr);
    border: none;
}

.tag_wrap .ul:nth-of-type(6)::after {
    background: url('')
}


.tag_wrap .ul a {
    display: inline-block;
    color: #060A26;

}

.tag_wrap .ul a:hover {
    color: #FF6A00;
    text-decoration: underline;

}

.tag_wrap .red {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 700;
    font-size: 1.29rem;
    color: #FF6A00;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



.hot_wrap {
    height: 16.86rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin-top: 6.43rem;
    padding: 1.73rem;
    display: flex;
    justify-content: space-between;
}

.hot_wrap .title_wrap img {
    height: 9.64rem;
    width: 15rem;
}


.hot_wrap .title_wrap {
    width: 15rem;
}

.change_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 8rem;
    height: 2.21rem;
    background: #F2F2F2;
    border-radius: 18.29rem 18.29rem 18.29rem 18.29rem;
    margin-top: 1.43rem;
    cursor: pointer;

}

.hot_wrap .change_btn img {
    width: 1.14rem;
    height: 1.14rem;
}

.hot_wrap .change_btn:hover {
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    color: #fff;
}

.hot_wrap .ul_ {
    /* display: flex;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.86rem;
}

.hot_wrap .ul_ .li {
    width: 15rem;

}

.hot_wrap .ul_ .li img {
    width: 15rem;
    height: 7.86rem;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
}


.hot_wrap .ul_ .li a {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .71rem;
    cursor: pointer;
}

.hot_wrap .ul_ .li a:hover {
    text-decoration: underline;
}

.hot_wrap .ul_ .li p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #959BA5;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zixun {
    margin-top: 1.43rem;
}

.zixun .title {
    /* width: 10rem;
    height: 1.6429rem; */
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 700;
    font-size: 1.57rem;
    color: #060A26;
    line-height: 2.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.zixun .connent {
    width: 76.79rem;
    margin-top: .71rem;
    width: 76.79rem;
    height: 27rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    display: flex;
    justify-content: space-between;
    padding: 1.79rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.64rem;
}


.zixun .connent .item {
    /* width: 33.33%; */

}

.zixun .connent .item .item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.07rem;
    border-bottom: 1px solid #E4E6F0;
}

.zixun .connent .item .item_title .left {
    display: flex;
    align-items: center;
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 700;
    font-size: 1.36rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zixun .connent .item .item_title .left img {
    width: 1.71rem;
    height: 1.71rem;
    margin-right: .3571rem;
}

/* .zixun .connent .item .item_title img {
    width: 3.43rem;
    height: 1.5rem;
}
 */

.zixun .connent .ul .li {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 1.07rem 0;
}

.zixun .connent .ul .li a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zixun .connent .ul .li p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #959BA5;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.zixun .connent:nth-of-type(2) {
    margin-top: 1.43rem;
}

.daohang_wrap {
    width: 24.64rem;
    margin-top: 1.43rem;

}

.daohang_wrap .title {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 700;
    font-size: 1.57rem;
    color: #060A26;
    line-height: 2.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zuxun_big_wrap {
    display: flex;
    justify-content: space-between;

}

.zuxun_big_wrap .daohang_wrap .connent {
    width: 100%;
    height: 36.29rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin-top: .71rem;
    padding: .71rem;

}

.zuxun_big_wrap .daohang_wrap .connent .item {
    width: 23.21rem;
    height: 5.21rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #FFF0E5 100%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    padding: .71rem;
    margin-bottom: .71rem;


}

.zuxun_big_wrap .daohang_wrap .connent .item .top {
    display: flex;
    align-items: center;
}

.zuxun_big_wrap .daohang_wrap .connent .item .top .text {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zuxun_big_wrap .daohang_wrap .connent .item img {
    width: 1.43rem;
    height: 1.43rem;
}

.zuxun_big_wrap .daohang_wrap .connent .item .bottom {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #4E5969;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .36rem;
}

.zuxun_big_wrap .daohang_wrap .connent .item .bottom a {
    margin-right: .6rem;

}

.zx_connent {
    width: 24.64rem;
    height: 18.43rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: .71rem;
    margin-top: .71rem;

}

.zx_connent .title {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zx_connent p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #4E5969;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zx_connent .info {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 23.21rem;
    height: 7.36rem;
    background: #FFF0E5;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    padding: 1.07rem 1.43rem;
    margin-top: 0.71rem;
}

.zx_connent .info .p2 {
    margin-top: 0.36rem;
}

.zx_connent .info .p1 {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FF6A00;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;


}

.zx_connent .info .p1 span:nth-of-type(1) {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FF6A00;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 0.71rem;
}

.zx_connent .info .p2 span:nth-of-type(1) {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 0.71rem;

}


.zx_connent .title img {
    width: 1.29rem;
    height: 1.29rem;


}

.zx_connent .tag {
    margin-top: 0.71rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.71rem;
    color: #959BA5;
    line-height: 1rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.zx_connent .btn {
    width: 23.21rem;
    height: 2.86rem;
    background: #FF6A00;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    text-align: center;
    margin-top: .71rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.43rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.zx_connent .btn:hover {
    transform: scale(1.05);
}


.zx_connent .btn img {
    width: 1.43rem;
    height: 1.43rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.43rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.school_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.43rem;
}

.school_item img {
    width: 33.29rem;
    height: 7.14rem;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
}

.title_big {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 700;
    font-size: 1.57rem;
    color: #060A26;
    line-height: 2.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
}

.hot_list {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.79rem;
    margin-top: .71rem;
    width: 76.79rem;
    height: 25.21rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 1.79rem;
}


.hot_list .list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.07rem;
    border-bottom: 1px solid #E4E6F0;
    cursor: pointer;
    width: 100%;
}

.hot_list .list .title img:nth-of-type(1) {
    width: 8.21rem;
    height: 1.93rem;
}

/* .hot_list .list .title img:nth-of-type(2) {
    width: 3.43rem;
    height: 1.5rem;
} */

.hot_wrap_big {
    margin-top: 1.43rem;
}

.hot_wrap_big .connent_ {
    display: flex;
    align-items: center;
    margin: 1.07rem 0;
    cursor: pointer;

}


.hot_wrap_big a:hover {
    color: #FF6A00 !important;
    text-decoration: none;
}

.hot_wrap_big a:hover .school_name {
    color: #FF6A00 !important;
    text-decoration: underline;
}

.hot_wrap_big .connent_ .mc {
    width: 1.43rem;
    height: 1.43rem;
}



.hot_wrap_big a:nth-of-type(1) .mc {
    /* background-color: green; */
    width: 1.43rem;
    height: 1.43rem;
    background: url('/statics/new_ysw/image/index/paiming1.png') no-repeat;
    background-size: cover;

}

.hot_wrap_big .list a:nth-of-type(2) .mc {
    width: 1.43rem;
    height: 1.43rem;
    background: url('/statics/new_ysw/image/index/paiming2.png') no-repeat;
    background-size: cover;

}

.hot_wrap_big a:nth-of-type(3) .mc {
    width: 1.43rem;
    height: 1.43rem;
    background: url('/statics/new_ysw/image/index/paiming3.png') no-repeat;
    background-size: cover;

}

.hot_wrap_big a:nth-of-type(4) .mc {
    /* background-color: red; */
    width: 1.43rem;
    height: 1.43rem;
    background: url('/statics/new_ysw/image/index/paiming4.png') no-repeat;
    background-size: cover;
}

.hot_wrap_big a:nth-of-type(5) .mc {
    /* background-color: red; */
    width: 1.43rem;
    height: 1.43rem;
    background: url('/statics/new_ysw/image/index/paiming4.png') no-repeat;
    background-size: cover;
}



.hot_wrap_big .school_logo {
    width: 3.57rem;
    height: 3.57rem;
    border-radius: 50%;
    margin: 0 .71rem;
}

.hot_wrap_big .major_hot .school_logo {
    width: 3.57rem;
    height: 3.57rem;
    margin: 0 .71rem;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
}


.school_wrap label {

    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #4E5969;
    line-height: 1.43rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    width: 6.14rem;
    height: 1.43rem;
    background: #F5F8FA;
    border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
    padding: 0 0.43rem;
}

.school_wrap .school_name {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
}

.hot_wrap_big {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.major_hot {
    /* margin-top: 1.41rem; */
}

.major_hot .hot_list {
    width: 24.64rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}


.kaoyan_zl {
    margin-top: 1.43rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.zhengti {
    width: 76.79rem;
}

.title_wrap_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more {
    display: flex;
    align-items: center;
    justify-content: center;

}


.more a {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 350;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.more img {
    width: 1.43rem !important;
    height: 1.43rem !important;
}



.zhengti .connent_wrap {
    /* display: flex; */
    width: 76.79rem;
    height: 30.14rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 1.79rem 1.79rem;
    margin-top: 0.71rem;


}

.zhengti .connent_wrap .item {
    display: flex;
    align-items: start;
    border-bottom: .0714rem dashed #E4E6F0;
    padding-bottom: 1.43rem;
    height: fit-content;
    margin-bottom: 1.43rem;

}

.zhengti .connent_wrap .item:last-of-type {
    border-bottom: none;
}

.zhengti .connent_wrap .item img {
    width: 6.57rem;
    margin-right: 1.79rem;
}

.zhengti .connent_wrap .item .ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5.07rem;
    grid-row-gap: 1.79rem;

}

.zhengti .connent_wrap .item .ul .li img {
    width: 2.57rem;
    margin-right: 0.71rem;

}

.zhengti .connent_wrap .item .ul .li {
    display: flex;
    align-items: start;
}

.zhengti .connent_wrap .item .ul .li:hover {
    color: #FF6A00;
    text-decoration: none;
}

.zhengti .connent_wrap .item .ul .li:hover .right .title {
    color: #FF6A00 !important;
    text-decoration: underline;

}

.zhengti .connent_wrap .item .ul .li .right {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zhengti .connent_wrap .item .ul .li .right .wrap_label {
    display: flex;
    align-items: center;
    margin-top: 0.43rem;
}

.zhengti .connent_wrap .item .ul .li .right .wrap_label .label {
    width: 4.29rem;
    height: 1.43rem;
    background: #F5F8FA;
    border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 0.86rem;
    color: #4E5969;
    line-height: 1.43rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: .7143rem;
}


.help_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    height: 30.14rem;
}

.help_wrap img {
    width: 24.64rem;
}

.help_wrap img:nth-of-type(1) {
    margin-bottom: .71rem;
}


.kaoyan_line {
    margin-top: 1.43rem;
    display: flex;
    align-self: flex-end;
    justify-content: space-between;

}


.kaoyan_line .line_left {
    width: 76.79rem;
}

.kaoyan_line .title_wrap_ {
    width: 76.79rem;

}


.line_left .connent {
    margin-top: 0.71rem;


}

.line_left .connent .tab_wrap {
    width: 100%;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0.71rem;
}

.line_left .connent .tab_wrap .item_tab {
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0.71rem 2.21rem;
    /* width: max-content; */
    width: 14.29rem;
    cursor: pointer;

}

.line_left .connent .tab_wrap .item_tab.active {
    width: 13.43rem;
    height: 2.93rem;
    background: #FF6A00;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.line_left .connent .tab_connent {
    width: 76.79rem;
    /* height: 35.79rem; */
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 1.79rem;
    margin-top: 0.71rem;

}

.line_left .connent .tab_connent .top_tab {
    display: flex;

    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    border-bottom: 0.01rem solid #E4E6F0;
    padding-bottom: 0.89rem;


}

.line_left .connent .tab_connent .top_tab.bottom {
    margin-top: 1.43rem;
    display: flex;
    align-items: flex-start;
}



.line_left .connent .tab_connent .top_tab .title_tab {
    display: flex;
    align-items: center;
    width: 3.9286rem;
}

.line_left .connent .tab_connent .top_tab .title_tab img {
    width: 1.14rem;
    height: 1.14rem;
    margin-left: 0.29rem;
}

.line_left .connent .tab_connent .major_wrap {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;

}

.line_left .connent .tab_connent .major_wrap .item_major {
    margin-left: 1rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    cursor: pointer;

}

.line_left .connent .tab_connent .major_wrap .item_major.active {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FF6A00;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;


}

.line_left .connent .tab_connent .major_wrap .item_major.active::after {
    content: "";
    display: block;
    width: 1.71rem;
    height: 0.29rem;
    background: #FF6A00;
    border-radius: 7.14rem 7.14rem 7.14rem 7.14rem;
    position: absolute;
    bottom: -0.9286rem;
    left: 50%;
    transform: translateX(-50%);

}

.line_left .connent .tab_connent .top_tab.bottom .major_wrap .item_major.active::after {
    display: none;
}


.line_left .connent .tab_connent .line_warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;

}

.line_left .connent .tab_connent .line_warp>div {
    width: 35.71rem;
    height: 26rem;
    background: #F2F2F2 #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #E4E6F0;
    padding: 0.71rem;
}


.line_left .connent .tab_connent .line_warp .title {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.71rem;

}


.line_left .connent .tab_connent .line_warp .tag_warp {

    width: 34.29rem;
    height: 2.86rem;
    background: #F9F9F9;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1rem;
    color: #205BE6;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    margin-top: 0.71rem;
}

.line_left .connent .tab_connent .line_warp #line_container {
    height: 19.5rem;
}

.line_left .connent .tab_connent .line_warp .tag_warp span {
    width: 50%;
    text-align: center;
}

.line_left .connent .tab_connent .line_warp .tag_warp span:nth-of-type(1) {
    color: #FF6A00;
}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li {
    border-bottom: .0714rem solid #E4E6F0;
    padding: 0.71rem 0;
}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li.header_table {

    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    /* line-height: 1.5rem; */
    text-align: center;
    font-style: normal;
    text-transform: none;


}

/* .line_left .connent .tab_connent .line_warp  .chart_wrap_ .ul .header_table>div{
    width: 20%;
} */

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li.header_table div.score div {
    font-size: 0.57rem;

}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    text-align: center;

}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li .score {
    color: #FF6A00;
}




.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li .score:nth-of-type(5) {
    color: #205BE6;
}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li .score:nth-of-type(6) {
    color: #205BE6;
}

.line_left .connent .tab_connent .line_warp .chart_wrap_ .ul .li .score:nth-of-type(7) {
    color: #205BE6;
}

.right_line img {
    /* height: 35.79rem; */
    width: 24.64rem;
    /* background-color: #fff; */
    margin-top: 6.65rem;
}


.link_wrap {
    /* width: 102.86rem; */
    height: 8.29rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    margin-top: 1.43rem;
    padding: 2.14rem 1.79rem;
}

.link_wrap .link_title {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: .8rem;
}

.link_wrap .connent {
    margin-top: .8rem;
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.link_wrap .connent a.item {
    margin-right: 1.43rem;
    color: #4E5969 !important;
}

.link_wrap .connent a.item:hover {
    color: #FF6A00;
    text-decoration: underline;
    cursor: pointer;
}

.ad_wrap {
    margin-top: 1.43rem;
    background: url('/statics/new_ysw/image/index/ad_.png') no-repeat;
    background-size: cover;
    background-position: center top;

    /* width: 100%; */
    height: 21.4286rem;
}

/* .ad_wrap .container {
    position: relative;
}

.ad_wrap img {
    width: 10.71rem;
    height: 10.71rem;
    position: absolute;
    top: 7.79rem;
    left: 29.07rem;
} */


.footer {
    height: 20.86rem;
    padding: 3.71rem 0;
    background-color: #222222;
    color: #959BA5;
}




.footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #444444;

}

.footer .top img {
    width: 14.1429rem;
    /* height: 3.4286rem; */
}



.footer .top .right_ {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: right;
    font-style: normal;
    text-transform: none;

}

.footer .center {
    padding: 1.79rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer .center a {
    margin-right: 1.4rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.07rem;
    color: #FFFFFF;
    line-height: 1.57rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.wz_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

a:hover {
    color: #FF6A00 !important;
}



.back_wrap {
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #E8E8E8;
    position: fixed;
    right: 3rem;
    bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back_wrap img {
    width: 2rem;
    height: 2rem;
}

.back_wrap:hover {
    background-color: #E8E8E8;
}